text view: Make touch selection work with mouse
authorMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jun 2015 19:49:10 +0000 (15:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 9 Jun 2015 19:49:10 +0000 (15:49 -0400)
commit8ad0ef27a11832b77416bc34378b4ad12af49617
tree309dcf20f423a1bb8ae845188d44655038a9d4b6
parentac798dc307d3af2b3110fa54f56e85b3e47b922a
text view: Make touch selection work with mouse

The buttons on the popover where stealing the focus from the text
view on click, causing the popover to be dismissed before the action
was taken. Fix this by making the buttons not take focus on click.
gtk/gtktextview.c